gtk/deprecated/gtkstatusicon.c: Fix Build on C89 Compilers
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 24 Oct 2014 04:23:31 +0000 (12:23 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 24 Oct 2014 04:23:31 +0000 (12:23 +0800)
commit1c099ec78489ac29a74cfcbdb953f7282652d72b
treea7d2cae15e3197322b63af5a138b62f4926189af
parent183257f9e1442d6053eac0a98396d8407f129667
gtk/deprecated/gtkstatusicon.c: Fix Build on C89 Compilers

Declare variable at the top of the block, which is needed from the change
in commit 1bad7865.
gtk/deprecated/gtkstatusicon.c